home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / dev1 / asmprogs.lha / AsmProgs / Clear / Clear.doc < prev   
Text File  |  1987-10-25  |  632b  |  13 lines

  1. Documentation for Clear
  2.  
  3.        This program is used to fill unused areas of memory with a specific byte
  4. pattern.  For example, if you wish to fill free memory areas with 'w' ($77, 119
  5. decimal), use "clear 77".  If you are thinking now that this program is of no
  6. use to you, you are probably right.  I use it only as a quick and dirty way to
  7. recognize unused areas of memory when browsing with Metascope.  I would have
  8. supplied the source code, if I had not accidently lost it recently.  This was my
  9. first attempt at assembly language programming on the Amiga, so it probably has
  10. bugs lurking in it somewhere.  
  11.  
  12.   Glen McDiarmid
  13.